home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol06 / 01 / kermit / wnkterm.rc < prev    next >
Text File  |  1990-12-31  |  491b  |  27 lines

  1. /* 
  2.  * WNKTERM resource file
  3.  *
  4.  * Copyright (c) 1989, 1990
  5.  * William S. Hall
  6.  * 3665 Benton Street, #66
  7.  * Santa Clara, CA 95051
  8.  */
  9.  
  10. #include <windows.h>
  11.  
  12. /* terminal headers */
  13. #include "wnterm.h"
  14. #include "wntdlg.h"
  15.  
  16. /* Kermit headers */
  17. #include "wnkerm.h"
  18. #include "wnkdlg.h"
  19.  
  20. /* terminal menus, dialog boxes, and strings */
  21. #include "wntmnu.rc"
  22. #include "wntdlg.dlg"
  23.  
  24. /* Kermit menus, dialog boxes, and strings */
  25. #include "wnkmnu.rc"
  26. #include "wnkerm.dlg"
  27.